home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Utilities ƒ / MPW Tools ƒ / Inform ƒ / About Inform next >
Encoding:
Text File  |  1990-03-23  |  1.3 KB  |  32 lines  |  [TEXT/MPS ]

  1. InForm MPW-Tool
  2.     InForm allows to reformat Pascal source files, to build abstracts, and
  3.     to build crossreference lists. It is fail-safe in that it does not
  4.     suppose that your program is syntactically correct (in contrast to
  5.     Pasmat, Pasref etc.
  6.     InForm even allows yout to reformat source in place: it can operate on
  7.     windows and even on selections.
  8.     This will add a menu entry to call InForm on the active window:
  9.     
  10.         AddMenu edit 'InForm/I' 'InForm "{active}"'
  11.  
  12.     # Usage: inform [options] ([target window] | [-from file] [-to file]
  13.  
  14.     Here is the MPW.Help-info for InForm
  15.     
  16.         InForm [optionI] [window] > abstract/crossref 3 messages
  17.         -a                        #    write abstract to default output
  18.         -caps                    #    put reserved words to capslock
  19.         -ccol column            #    align trailing comments to column    / to comeI
  20.         -cross                    #    write crossreferences to default output
  21.         -from sourcefile        #    read source from file. selections are ignored
  22.         -ns                        #    no source reformatting                 / to comeI
  23.         -p                        #    write progress information to diagnostic
  24.         -to targetfile             #    write formated source to file.
  25.         -w    width                #    set output line width (default 128)    / to comeI
  26.     -
  27.     This is the info line to add to the commands list in mpw.help:
  28.     
  29.         InForm            # format and analyze pascal programs
  30.         
  31.     Inform is not in the public domain. The recent is available at $29 from
  32.